home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1074 / PlaceObject2_518_1105 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  930b  |  38 lines

  1. onClipEvent(load){
  2.    heroe = eval(_root.heroe);
  3.    mapa = eval(_root.mapa);
  4.    this.gotoAndStop("hide");
  5.    SPEED = 2;
  6.    vforce = 15;
  7.    vforcei = 10;
  8.    MAXJUMP = 60;
  9.    currenthigh = 0;
  10.    _X = 1169;
  11.    _Y = -288;
  12.    _Y = _Y + 1;
  13.    xi = _X;
  14.    yi = Math.abs(_Y - _root.mapa._y);
  15.    DELAY = 25;
  16.    WALKTIME = 40;
  17.    timer = DELAY;
  18.    hide = true;
  19.    falling = false;
  20.    vertical = 0;
  21.    attack = false;
  22.    DAMAGE = 1;
  23.    MAXDAMAGE = 1;
  24.    currentdamage = 0;
  25.    hitted = false;
  26.    flashing = false;
  27.    hitable = false;
  28.    FLASHTIME = 5;
  29.    timerdamage = 0;
  30.    myColor = new Color(this);
  31.    myColorTransform = new Object();
  32.    myColorTransform = {ra:"100",rb:"200",ga:"100",gb:"180",ba:"100",bb:"150",aa:"100",ab:"00"};
  33.    myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
  34.    death = false;
  35.    shoot = new Sound();
  36.    shoot.attachSound("metoolshoot");
  37. }
  38.